Thank You for downloading AutoGrapher V0.5 BETA
Launched at the Genesis Competition!
Thank you to w00tguy123 for helping me with the Graph.

In this version you can do many things. Here is a Tutorial of how to do each function:

To find the Volume and SA of a cube:
	From the main menu goto Formulas then Cube by pressing up, down and cross
	Here you will see Height (or width or length), press right and left to change the value
	The SA and Volume should automaticaly change.

Follow these same steps to find the SA or Volume of a Rectangular Prism or Cylinder.

HOWTO Use the graph,
This is slightly harder. I WILL make it easier though.
From your computer navigate to your PSP
from your psp goto
PSP>GAME>AutoGrapher>System
in this System folder find the .lua file that is called:
GRAPH.LUA
click it.
If your computer asks you what you would like to open this file in, choose
 Notepad or Notepad++ if you have it
Once open
scroll down untill you see:
-----------------------------------GRAPHS GO HERE---------------------------------------------------
Under that should be the formula for 3 graphs:
	y1=-x^3
	y2=x+1
	y3=x^5
Now insert your formulas.
then load it up on your psp by:
starting AutoGrapher.
click Graph
by pressing right and left you can move the tracer. (it currently starts of the screen by a couple
thousand XD

HOWTO
Solve 10 Polynomials at a time:
goto your psp from your computer:
PSP>GAME>AutoGrapher>System
then click
POL.LUA
open it in
Notepad or Notepad++
scroll down until you see these
num1[1]=16
num2[1]=28

num1[2]=20
num2[2]=36

num1[3]=2
num2[3]=-8

num1[4]=-3
num2[4]=-28

num1[5]=-19
num2[5]=48

set each of the num1 num2 pairs like this:
Lets say our problem is
X^2+16X+28
set num1=16
and num2=24
(like it is already)
Then goto this from your psp and watch your homework get finished in 3 SECONDS :0
if the answer stays 0,0 it is prime

HOWTO use the Polynomial Quick solve
Goto it on your psp
Enter in the equation:
lets say
2X^2+7X+5
set:
value1=2
value2=7
value3=5
using left and right to change the number and down and up to change what value you are
editing
then hold cross and wait for it to tell you Done or Prime

	
